.clubs-list h1 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 0;
}
.clubs-list h3 {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 10px 0;
    padding: 0;
}
.clubs-list .club-cover {
    position: relative;
}
.clubs-list .club-cover .club-category {
    position: absolute;
    left: 15px;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 3px 6px;
    color: #fff;
}
.club {
    position: relative;
}
.club .follow-btn {
    position: absolute;
    top: 30px;
    right: 0;
}

.club .cover {
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.club .cover .logo {
    width: 160px;
    height: 109px;
    /* margin: -100px 0 0 10px; */
    position: absolute;
    border: 3px solid #fff;
    top: 181px;
    left: 10px;
    overflow: hidden;
}
.club .cover .name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    padding: 10px 10px 6px 180px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.club .cover .name h3 {
    color: inherit;
    padding: 0;
    margin: 0;
}
.club .cover .name p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.club-nav .nav {
    margin: 15px 0 0 180px;
}
.club-nav .nav.no-pad {
    margin: 15px 0 0 0px;
}
.club-nav .nav a {
    font-size: 14px;
}
.club-nav .nav .active a {
    font-size: 16px;
}
.club-nav .nav-tabs > li > a {
    margin-right: 20px;
}

.club .tab-content {
    margin-top: 30px;
}
.club .tags {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}
.club .club-contacts {
    margin: 15px 0;
}
.club .club-contacts i {
    color: #000;
}
.club .photographers {
    text-align: right_;
}

.club-name {
    margin-bottom: 0;
    padding-bottom: 0;
}
.club-address {
    font-size: 14px;
}

/* *** Classes override *** */
.no-pad-top {
    padding-top: 0;
}
.icon-next,
.icon-prev {
    font-size: 60px !important;
}
.carousel .item img {
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
@media (max-width: 991px) {
    .carousel img {
        display: inline-block !important;
        height: 300px !important;
    }
    .carousel {
        background: #555;
        height: 300px !important;
    }

    .carousel .item {
        height: 300px !important;
    }
}
@media (min-width: 992px) {
    .carousel img {
        display: inline-block !important;
        height: 453px !important;
    }
    .carousel {
        background: #555;
        height: 453px !important;
    }

    .carousel .item {
        height: 453px !important;
    }
}
